projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8f0dac
)
(ada-prj-display-page): Use with-no-warnings.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 02:55:43 +0000
(
02:55
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 02:55:43 +0000
(
02:55
+0000)
lisp/progmodes/ada-prj.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ada-prj.el
b/lisp/progmodes/ada-prj.el
index d9bfb891ee31ad8c0dafd160bf36b7397eebe6c2..91adf1ed1870630b4a6fe78f81284f5ebd9d3a20 100644
(file)
--- a/
lisp/progmodes/ada-prj.el
+++ b/
lisp/progmodes/ada-prj.el
@@
-477,7
+477,8
@@
connect to the target when working with cross-environments" t)
(widget-insert "\n\n")
(widget-setup)
- (beginning-of-buffer)
+ (with-no-warnings
+ (beginning-of-buffer))
)